golang.org/x/net/http2.ClientConn.t (field)

20 uses

	golang.org/x/net/http2 (current package)
		transport.go#L313: 	t             *Transport
		transport.go#L779: 		t:                           t,
		transport.go#L1021: 	if cc.t.StrictMaxConcurrentStreams {
		transport.go#L1217: 	if f := cc.t.CountError; f != nil {
		transport.go#L1228: 	if cc.t.t1 != nil {
		transport.go#L1229: 		return cc.t.t1.ResponseHeaderTimeout
		transport.go#L1283: 	cs.requestedGzip = httpcommon.IsRequestGzip(req.Method, req.Header, cc.t.disableCompression())
		transport.go#L1449: 	continueTimeout := cc.t.expectContinueTimeout()
		transport.go#L1615: 	closeOnIdle := cc.singleUse || cc.doNotReuse || cc.t.disableKeepAlives() || cc.goAway != nil
		transport.go#L2052: 	closeOnIdle := cc.singleUse || cc.doNotReuse || cc.t.disableKeepAlives() || cc.goAway != nil
		transport.go#L2141: 			cc.t.connPool().MarkDead(cc)
		transport.go#L2145: 		cc.t.connPool().MarkDead(cc)
		transport.go#L2172: 	f := cc.t.CountError
		transport.go#L2398: 			limit := int64(cs.cc.t.maxHeaderListSize())
		transport.go#L2399: 			if t1 := cs.cc.t.t1; t1 != nil && t1.MaxResponseHeaderBytes > limit {
		transport.go#L2764: 	cc.t.connPool().MarkDead(cc)
		transport.go#L2768: 		if fn := cc.t.CountError; fn != nil {
		transport.go#L2918: 	if fn := cs.cc.t.CountError; fn != nil {
		transport.go#L3034: 	cc.t.logf(format, args...)
		transport.go#L3038: 	cc.t.vlogf(format, args...)